[index]
StreamArrived Message
Syntax
on streamArrived
end streamArrived
Sent to movies
Description
The streamArrived message is sent to the movie object after a play command has been issued, when the stream of movie data has begun to arrive at the client computer.
Examples
on mouseUp
show cd bmp 1
play cd mov 1 end mouseUp
Create a movie object, associate with a movie file and type the following handler into the movie's script:
on streamArrived hide cd bmp 1
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.